1). Starting with PHP5.0, the bytecode caching feature is built in, called Zend Opcache. Because PHP is an explanatory language, the PHP interpreter executes PHP script parsing php script code, generate a series of Zend opcode, then execute bytecode,
Compile the PHP source code into the JVM bytecode compiler: JPHP
JPHP is a javac-like compiler that can compile PHP source code into JVM bytecode. Then, the PHP program is run on the Java VM. It supports many PHP5.3 + features. JPHP is
Brief introduction
Bytecode caching is not a new feature of PHP, and there are many independent extensions that can implement caching, such as PHP cache (APC), Eaccelerator,ioncube and XCache, and so on. But so far, these independent extensions have
Windows Cache Extension for PHP are a PHP accelerator that's used to increase the speed of PHP applications running on Win Dows and Windows Server. Once the Windows Cache Extension for PHP are enabled and loaded by the PHP engine, PHP applications
PHP opcode caches APC.In fact, my own understanding, PHP APC Cache actually divided into two parts,Part of the cache is similar to the Java compilation of the intermediate bytecode, different from the C language compiled binary machine code. PHP APC
Introduction and Installation Configuration
Alternative PHP cache (APC) is an open and free php opcode cache. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP's intermediate code.
The installation packages for
About PHP, we have a lot of misunderstanding, but in fact, modern PHP is a door regardless of development efficiency or execution efficiency is quite high programming language. On the various aspects of modern PHP features, you can refer to the
basic knowledge of PHPGo to the end of the metadata go to the beginning of the meta data
Transmission Door
[Basic knowledge]
Type
Variable
Constant
An expression
Operator
Process Control Programming Paradigm
PHP is a flexible dynamic language that
About PHP, we have a lot of misunderstanding, but in fact, modern PHP is a no matter the development efficiency or execution efficiency are quite high programming language. About the various aspects of modern PHP features, you can refer to the
Byte code cache component Zend optimizer+ now change the name to Zend Opcache. And after the PHP 5.5 version, will be integrated into the official PHP components, there is no need to install other apc,eaccelerator and so on.
APC and Opcache are
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.